home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer Helper 1: Phil & Dave's Excellent CD
/
Excellent CD HFS.raw
/
HyperCard
/
HyperCard 1.2.2 International
/
HyperCard British (B-1.2.2)
/
More Stacks
/
Help
/
Help
/
card_158957.txt
< prev
next >
Wrap
Text File
|
1988-02-18
|
1KB
|
72 lines
-- card: 158957 from stack: in
-- bmap block id: 0
-- flags: 0000
-- background id: 4745
-- name:
-- part 3 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=49 top=172 right=208 bottom=109
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Did I?
----- HyperTalk script -----
on mouseUp
put "I'm waiting to see if you click."
wait 2 secs
if the mouseClick then
put "You clicked."
else put "You didn't click."
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: A000
-- rect: left=463 top=55 right=88 bottom=487
-- title width / last selected line: 0
-- icon id / first selected line: 29019 / 29019
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
visual effect wipe down
go to card id 156785
end mouseUp
-- part contents for background part 43
----- text -----
337,169
-- part contents for background part 2
----- text -----
mouseClick
-- part contents for background part 1
----- text -----
the mouseClick
tells if the mouse was clicked since this message began.
on mouseUp
put "I'm waiting to see if you click."
wait 2 secs
if the mouseClick then
put "You clicked."
else put "You didn't click."
end mouseUp